* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:51:19 +0000 (18:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:51:19 +0000 (18:51 +0000)
commit3d0971beb2183fd35288527f8d569cab6db6d6a9
tree5cc4b36bb73a2c7cb2c5615641707f5ce638510d
parent2756fd918adf845ea320248df90bcf53aab883d5
* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
(xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
Return to use of the -no-properties variants.  There was
consensus on emacs-devel that the speed of these variants was
prefered since we are usually parsing files (from the internet
or on disk) instead of XML created in Emacs.
lisp/ChangeLog